range: whitespace fix
authorCosimo Cecchi <cosimoc@gnome.org>
Tue, 23 Feb 2016 05:31:31 +0000 (21:31 -0800)
committerCosimo Cecchi <cosimoc@gnome.org>
Mon, 29 Feb 2016 18:45:12 +0000 (10:45 -0800)
gtk/gtkrange.c

index c38e7c0d28da2c8627071bd93f59b27a5e29638b..4e3432b9aa0324f5f58ca5f1564e809ad058a089 100644 (file)
@@ -1950,7 +1950,6 @@ gtk_range_allocate_trough (GtkCssGadget        *gadget,
                                &highlight_alloc,
                                baseline,
                                &highlight_clip);
-
       gdk_rectangle_union (out_clip, &highlight_clip, out_clip);
     }
 }